home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / README.mesa < prev    next >
Encoding:
Text File  |  1998-08-12  |  940 b   |  26 lines

  1.  
  2. If you want to use GLUT but your system lacks OpenGL, you an obtain the
  3. "freeware" Mesa 3-D graphics library.
  4.  
  5. Mesa is a 3-D graphics library with an API which is very similar to
  6. that of OpenGL (OpenGL is a registered trademark of Silicon Graphics,
  7. Inc).  To the extent that Mesa utilizes the OpenGL command syntax or
  8. state machine, it is being used with authorization from Silicon
  9. Graphics, Inc.  Mesa is written by Brian Paul (brianp@elastic.avid.com)
  10. of Avid Technologies.
  11.  
  12. You can find out more about Mesa from:
  13.  
  14.   http://www.ssec.wisc.edu/~brianp/Mesa.html
  15.  
  16. Mesa was originally designed for Unix/X11 systems and is still best
  17. supported on those systems. All you need is an ANSI C compiler and the
  18. X develoment files to use Mesa.
  19.  
  20. Others have contributed drivers for the Amiga, Apple Macintosh, NeXT,
  21. OS/2, and Windows 95/NT. See the README file included with the Mesa
  22. distribution for more details.
  23.  
  24. - Mark Kilgard
  25.   January 22, 1997
  26.